home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_infoengn_start.tpl < prev    next >
Encoding:
Text File  |  2001-11-27  |  396 b   |  10 lines

  1. // 29-Feb-00 $$1  MAZ  Created.
  2. // 10-Apr-00      MAZ  Sub in full path to JVM cmd
  3. // 11-Apr-00 $$2  MAZ  Use head.inc
  4. // 02-May-00 $$3  MAZ  Use classpath instead of cp
  5. // 25-Oct-00 $$4  MAZ  Use the new ie.jar path
  6. #include:head.inc
  7.  
  8. xterm -title "name service" -e __JVM_CMD__ -classpath $prodir/codebase/WEB-INF/lib/ie.jar -DpropFile=$prodir/ie.properties com.infoengine.au.NamingService
  9. exit
  10.